toggle menu
JxBrowser
8.2.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.browser.event
/
[jvm]StatusChanged
Status
Changed
public
interface
StatusChanged
implements
BrowserEvent
An event indicating that the status text has been changed.
Members
Functions
browser
Link copied to clipboard
public
Browser
browser
(
)
Returns the
Browser
instance initiated this event.
status
Text
Link copied to clipboard
public
String
statusText
(
)
Returns a string that represents the new status text or an empty string if the status text is empty.